From 6328cf5ee5d233c90f8cf406a83a57c1745ebd6d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 3 Nov 2015 09:53:00 -0500 Subject: [PATCH] entry: Add a diagram to CSS node docs --- gtk/gtkentry.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 5783118885..e5d38863bf 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -116,6 +116,13 @@ * * # CSS nodes * + * |[ + * entry + * ├── image.left + * ├── image.right + * ╰── progress[.pulse] + * ]| + * * GtkEntry has a main node with the name entry. Depending on the properties * of the entry, the style classes .read-only and .flat may appear. The style * classes .warning and .error may also be used with entries. -- 2.30.2